home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
utils
/
shell
/
dialog-0.000
/
dialog-0
/
dialog-0.6c
/
samples
/
install
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-09-12
|
244 b
|
19 lines
CFLAGS=-O2 -pipe -Wall -Wstrict-prototypes -s
LDLIBS=-L ../.. -ldialog /usr/lib/libncurses_g.a
all: setup
strip setup
setup: setup.o
install:
install -m 644 setup.help /usr/share/setup.help
clean:
rm -f *.o setup
test: setup
./setup